The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:CGI-Session cgi session"

CGI::Session - persistent session data in CGI applications River stage two • 43 direct dependents • 56 total dependents

CGI::Session provides an easy, reliable and modular session management system across HTTP requests....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Driver - CGI::Session driver specifications River stage two • 43 direct dependents • 56 total dependents

CGI::Session::Driver is a base class for all CGI::Session's native drivers. It also documents driver specifications for those willing to write drivers for different databases not currently supported by CGI::Session....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::ID::md5 - default CGI::Session ID generator River stage two • 43 direct dependents • 56 total dependents

CGI::Session::ID::MD5 is to generate MD5 encoded hexadecimal random ids. The library does not require any arguments....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Tutorial - Extended CGI::Session manual River stage two • 43 direct dependents • 56 total dependents

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::ID::incr - CGI::Session ID driver River stage two • 43 direct dependents • 56 total dependents

CGI::Session::ID::incr is to generate auto incrementing Session IDs. Compare it with CGI::Session::ID::md5, where session ids are truly random 32 character long strings. CGI::Session::ID::incr expects the following arguments passed to CGI::Session->n...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::ID::static - CGI::Session ID Driver for generating static IDs River stage two • 43 direct dependents • 56 total dependents

CGI::Session::ID::static is used to generate consistent, static session ID's. In other words, you tell CGI::Session ID you want to use, and it will honor it. Unlike the other ID drivers, this one requires that you provide an ID when creating the sess...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Driver::DBI - Base class for native DBI-related CGI::Session drivers River stage two • 43 direct dependents • 56 total dependents

In most cases you can create a new DBI-driven CGI::Session driver by simply creating an empty driver file that inherits from CGI::Session::Driver::DBI. That's exactly what sqlite does. The only reason why this class doesn't suit for a valid driver is...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Driver::file - Default CGI::Session driver River stage two • 43 direct dependents • 56 total dependents

When CGI::Session object is created without explicitly setting *driver*, *file* will be assumed. *file* - driver will store session data in plain files, where each session will be stored in a separate file. Naming conventions of session files are def...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::ErrorHandler - error handling routines for CGI::Session River stage two • 43 direct dependents • 56 total dependents

CGI::Session::ErrorHandler provides set_error() and errstr() methods for setting and accessing error messages from within CGI::Session's components. This method should be used by driver developers for providing CGI::Session-standard error handling ro...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Test::Default - Run a suite of tests for a given CGI::Session::Driver River stage two • 43 direct dependents • 56 total dependents

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Driver::mysql - CGI::Session driver for MySQL database River stage two • 43 direct dependents • 56 total dependents

mysql stores session records in a MySQL table. For details see CGI::Session::Driver::DBI, its parent class. It's especially important for the MySQL driver that the session ID column be defined as a primary key, or at least "unique", like this: CREATE...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Driver::sqlite - CGI::Session driver for SQLite River stage two • 43 direct dependents • 56 total dependents

sqlite driver stores session data in SQLite files using DBD::SQLite DBI driver. More details see CGI::Session::Driver::DBI, its parent class....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Driver::db_file - CGI::Session driver for BerkeleyDB using DB_File River stage two • 43 direct dependents • 56 total dependents

db_file stores session data in BerkelyDB file using DB_File - Perl module. All sessions will be stored in a single file, specified in *FileName* driver argument as in the above example. If *FileName* isn't given, defaults to /tmp/cgisess.db, or its e...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Driver::postgresql - PostgreSQL driver for CGI::Session River stage two • 43 direct dependents • 56 total dependents

CGI::Session::PostgreSQL is a CGI::Session driver to store session data in a PostgreSQL table....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Serialize::default - Default CGI::Session serializer River stage two • 43 direct dependents • 56 total dependents

This library is used by CGI::Session driver to serialize session data before storing it in disk. All the methods are called as class methods....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Serialize::storable - Serializer for CGI::Session River stage two • 43 direct dependents • 56 total dependents

This library can be used by CGI::Session to serialize session data. Uses Storable....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Session::Serialize::freezethaw - serializer for CGI::Session River stage two • 43 direct dependents • 56 total dependents

This library can be used by CGI::Session to serialize session data. Uses FreezeThaw....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC
17 results (0.035 seconds)